C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / Load Method / Load(IInputStream,BaseTransform[]) Method
The input stream.
The transformation chain for the image that is being loaded.

In This Topic
Load(IInputStream,BaseTransform[]) Method
In This Topic
Loads the image from an IInputStream or IRandomAccessStream.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal inputStream As Windows.Storage.Streams.IInputStream, _
   ByVal ParamArray transforms() As BaseTransform _
) 
 

Parameters

inputStream
The input stream.
transforms
The transformation chain for the image that is being loaded.
See Also